@charset "utf-8";
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; outline: 0; -webkit-text-size-adjust: none; -webkit-tap-highlight-color: rgba(0,0,0,0);}
html{height: 100%;}
html,body,div,p,strong,span,a,b,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,del,img,i,select,button,textarea,input{margin: 0; padding: 0;}
body{background: #f5f5f5; font-family: "Microsoft YaHei"; font-size: 16px; color: #000; position: relative; min-height: 100%;}
input[type="text"],input[type="hidden"],input[type="password"],button,textarea{outline: none; border: none; -webkit-appearance: none; border-radius: 0;}
select{outline: none; border: none;}
a,img,button,input,textarea{-webkit-tap-highlight-color:rgba(255,255,255,0);}
h1,h2,h3,h4,h5,h6,strong{font-weight: normal;}
a{text-decoration: none; color: #000;}
a:hover{text-decoration: none;}
a:focus{text-decoration: none;}
li{list-style: none;}
img{vertical-align: middle; border: none;}
i{font-style: normal;}
.fl{float: left;}
.fr{float: right;}
.clear{clear: both;}
.hidden{overflow: hidden;}
.container{width: 80%; height: 100%; max-width: 1400px; margin: 0 auto;}
.container:after{content: ''; display: block; clear: both;}
.container_s{width: 80%; height: 100%; max-width: 1200px; margin: 0 auto;}
.container_s:after{content: ''; display: block; clear: both;}
/*scroll bar*/
::-webkit-scrollbar {width:4px;height:4px}
::-webkit-scrollbar-button:vertical {display:none}
::-webkit-scrollbar-corner,::-webkit-scrollbar-track {background-color:#ccc}
::-webkit-scrollbar-thumb {border-radius:0;background-color:#016bdd;)}
::-webkit-scrollbar-thumb:vertical:hover {background-color:#016bdd;)}
::-webkit-scrollbar-thumb:vertical:active {background-color:#016bdd;)}

@font-face{font-family: 'Reznor'; src: url('../fonts/Reznor Downward Spiral.ttf');}
@font-face{font-family: 'ak'; src: url('../fonts/AKZIDENZGROTESK-LIGHTOSF.OTF');}
@font-face{font-family: 'akb'; src: url('../fonts/AKZIDENZGROTESK-MEDIUMCONDALT.OTF');}

body.hidden{height: 100%; overflow: hidden;}

/*common*/
.common_banner{position: relative; height: 580px; background-position: center; background-repeat: no-repeat; background-size: cover;}
.common_banner .main{width: 400px; text-align: center; margin: 0 auto; position: absolute; left: 0; right: 0; top: 50%; margin-top: -63px;}
.common_banner .main h3{font-size: 46px; color: #fff;}
.common_banner .main .line{border-top: 1px solid #fff; margin: 20px 0;}
.common_banner .main .line i{width: 8px; height: 8px; display: block; margin: -4px auto 0; background: #fff; -webkit-transform: rotate(45deg); transform: rotate(45deg);}
.common_banner .main .en{font-family: 'ak'; font-size: 16px; color: #fff; letter-spacing: 4px; text-transform: uppercase;}
.section_tit{text-align: center;}
.section_tit h3{font-size: 30px; color: #444; position: relative; display: inline-block;}
.section_tit h3:after{content: ''; width: 18px; height: 10px; background: url(../images/about_icon1.png) center no-repeat; background-size: 18px 10px; position: absolute; top: 10px; right: -24px;}
.section_tit span{display: block; font-size: 14px; color: #777; font-family: 'Arial'; margin-top: 5px; text-transform: uppercase;}
.common_btn{width: 46px; height: 46px; border-radius: 50%; background-color: #fff; background-position: center; background-repeat: no-repeat; background-size: 8px 14px; cursor: pointer; box-shadow: 0 5px 10px rgba(204,204,204,.5); -webkit-transition: all 500ms ease; transition: all 500ms ease; position: absolute; top: 60%;}
.left_btn{background-image: url(../images/left_icon1.png); left: -80px;}
.right_btn{background-image: url(../images/right_icon1.png); right: -80px;}
.common_btn:hover{background-color: #016bdd; box-shadow: 0 5px 10px rgba(1,107,225,.3);}
.left_btn:hover{background-image: url(../images/left_icon2.png);}
.right_btn:hover{background-image: url(../images/right_icon2.png);}
.page{border: 1px solid #d7d7d7; overflow: hidden;}
.page li{width: 68px; height: 68px; float: left; border-right: 1px solid #d7d7d7; text-align: center;}
.page li a{display: block; width: 100%; height: 100%; font-size: 22px; line-height: 68px; color: #666; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.page li.active a{color: #fff; background: #0464cd;}
.page li a:hover{color: #0464cd;}
.page li.prev,.page li.next{float: right; border-right: none; border-left: 1px solid #d7d7d7;}
.page li.prev a,.page li.next a{background-position: center; background-repeat: no-repeat; background-size: 8px 14px;}
.page li.prev a{background-image: url(../images/left_icon1.png);}
.page li.next a{background-image: url(../images/right_icon1.png);}
.page li.prev a:hover{background-image: url(../images/left_icon3.png);}
.page li.next a:hover{background-image: url(../images/right_icon3.png);}
.common_contact .container_s{padding: 80px; overflow: hidden; background: #fff url(../images/contact_img1.jpg) center bottom no-repeat; box-shadow: 0 10px 30px rgba(4,0,0,.1);}
.common_contact .left{width: 45%; float: left;}
.common_contact .left h3{font-size: 36px; color: #444;}
.common_contact .left h3 span{display: block; color: #016bdd;}
.common_contact .left .desc{margin-top: 20px; padding-top: 20px; border-top: 1px solid #e3e3e3; font-size: 14px; color: #666; line-height: 22px; text-align: justify;}
.common_contact .left .info{margin-top: 40px;}
.common_contact .left .info .name{font-size: 22px; color: #444; margin-bottom: 20px;}
.common_contact .left .info p{font-size: 16px; color: #666; line-height: 30px;}
.common_contact .right{width: 45%; float: right;}
.common_contact .right h3{font-size: 26px; color: #444;}
.common_contact .right .form{margin-top: 20px;}
.common_contact .right .form .box{margin-top: 10px; position: relative;}
.common_contact .right .form .box input{width: 100%; height: 60px; padding: 10px; background: #f3f3f3; color: #777;}
.common_contact .right .form .box textarea{width: 100%; height: 150px; padding: 10px; background: #f3f3f3; color: #777; font-family: 'Microsoft YaHei'; resize: none;}
.common_contact .right .form .box button{width: 100%; height: 60px; border: 2px solid #016bdd; font-size: 16px; color: #016bdd; background: none; cursor: pointer; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.common_contact .right .form .box button:hover{background: #016bdd; color: #fff;}
.map_contant span{font-size: 14px;}
.common_contact .right .form .box img{position: absolute; top: 0; right: 0; height: 100%; width: 100px;}

/* index */
.index_main .section1 .swiper-slide{position: relative;}
.index_main .section1 img{width: 100%; display: block;}
.index_main .section1 a{display: block; width: 100%; height: 100%;}
/*.index_main .section1 .main{width: 730px; margin: 0 auto; position: absolute; top: 50%; left: 0; right: 0; margin-top: -200px; text-align: center; z-index: 2;}
.index_main .section1 .main .label{font-size: 46px; color: #fff;}
.index_main .section1 .main .en{font-family: 'ak'; font-size: 14px; color: #fff; letter-spacing: 4px; opacity: .8;}
.index_main .section1 .main .dot{width: 7px; height: 7px; margin: 20px auto; background: #fff; border-radius: 5px;}
.index_main .section1 .main .desc{font-size: 16px; color: #fff; line-height: 28px;}
.index_main .section1 a{display: block; width: 160px; line-height: 46px; text-align: center; margin: 40px auto 0; font-size: 14px; color: #fff; background: #076cd9; border-radius: 20px; position: relative; top: 0; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.index_main .section1 a.color{background: url(../images/index_img2.png) center no-repeat;}
.index_main .section1 a:hover{top: -5px; box-shadow: 0 10px 20px rgba(7,108,217,.3)}
.index_main .section1 .main_{width: 400px; position: absolute; top: 50%; left: 50%; margin-left: -600px; margin-top: -120px; z-index: 2;}
.index_main .section1 .main_ .label{font-size: 46px; color: #285b9d;}
.index_main .section1 .main_ .en{font-family: 'ak'; font-size: 14px; color: #5a82b4; letter-spacing: 4px; opacity: .8;}
.index_main .section1 .main_ .line{width: 43px; height: 2px; display: block; margin: 20px 0; background: url(../images/index_img1.jpg) center no-repeat;}
.index_main .section1 .main_ a{margin-left: 0;}*/
.index_main .section1 .pagination{position: absolute; text-align: center; bottom: 110px; left: 0; width: 100%;}
.index_main .section1 .pagination span{width: 40px; height: 20px; display: inline-block; margin: 0 4px; position: relative; cursor: pointer;}
.index_main .section1 .pagination span:before{content: ''; width: 100%; height: 2px; position: absolute; top: 9px; left: 0; background: #34c9e9;}
.index_main .section1 .pagination .swiper-active-switch:after {content: ""; width: 100%; height: 2px; position: absolute; top: 9px; left: 0; background: #016bdd; -webkit-animation: loadLine 5s linear 1; animation: loadLine 5s linear 1;}
@-webkit-keyframes loadLine {
    0% {width:0;}
    100% {width:100%;}
}
@keyframes loadLine {
    0% {width:0;}
    100% {width:100%;}
}
.index_main .section2{margin-top: -70px; padding-bottom: 70px; position: relative; z-index: 1;}
.index_main .section2 .container{background: #fff;}
.index_main .section2 .main{position: relative;}
.index_main .section2 .txt_block{padding: 80px 70px; width: 50%;}
.index_main .section2 .txt_block h3{font-size: 33px; color: #333; border-bottom: 2px solid #016bdd; display: inline-block; padding-bottom: 10px;}
.index_main .section2 .txt_block p{font-size: 16px; line-height: 30px; color: #666; margin: 30px 0 60px; text-align: justify;}
.index_main .section2 .txt_block a{display: block; width: 160px; line-height: 42px; text-align: center; font-size: 16px; color: #fff; background: #016bdd; border-radius: 20px; border: 1px solid transparent; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.index_main .section2 .txt_block a:hover{border-color: #016bdd; color: #016bdd; background: #fff; box-shadow: 0 0 10px rgba(1,107,221,.3);}
.index_main .section2 .img_block{width: 50%; position: absolute; top: 0; right: 0; height: 100%; overflow: hidden;}
.index_main .section2 .img_block .block{width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.index_main .section2 .img_block .block:hover{-webkit-transform: scale(1.1); transform: scale(1.1);}
.index_main .section2 .items:after{content: ''; display: block; clear: both;}
.index_main .section2 .item{width:25%; float: left; position: relative; overflow: hidden;}
.index_main .section2 .item img{width: 100%; display: block; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.index_main .section2 .item .label{position: absolute; left: 45px; bottom: 45px; border: 1px solid #fff; border-radius: 5px; height: 60px;}
.index_main .section2 .item .label:after{content: ''; display: block; clear: both;}
.index_main .section2 .item .label i{width: 58px; height: 58px; background-position: center; background-repeat: no-repeat; background-size: 28px auto; float: left; border-right: 1px solid #fff;}
.index_main .section2 .item:nth-of-type(1) .label i{background-image: url(../images/index_icon1.png);}
.index_main .section2 .item:nth-of-type(2) .label i{background-image: url(../images/index_icon2.png);}
.index_main .section2 .item:nth-of-type(3) .label i{background-image: url(../images/index_icon3.png);}
.index_main .section2 .item .label span{float: left; font-size: 24px; color: #fff; padding: 0 20px; line-height: 58px;}
.index_main .section2 .item:hover img{-webkit-transform: scale(1.1); transform: scale(1.1);}
.index_main .section3{background: #fff; padding: 70px 0;}
.index_main .common_tit{text-align: center;}
.index_main .common_tit h3{font-size: 33px; color: #333;}
.index_main .common_tit span{display: block;}
.index_main .common_tit span.line{width: 40px; height: 2px; margin: 15px auto; background: #016bdd;}
.index_main .common_tit span.en{font-size: 14px; color: #777777; letter-spacing: 4px; text-transform: uppercase;}
.index_main .section3 .items{margin-top: 50px;}
.index_main .section3 .items:after{content: ''; display: block; clear: both;}
.index_main .section3 .item{width: 33.33%; float: left; position: relative; border-right: 1px solid #fff; background: #f5f5f5; overflow: hidden;}
.index_main .section3 .item img{width: 100%; display: block; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.index_main .section3 .item h2{margin: 0 30px; text-align: center; font-size: 22px; color: #444; border-top: 1px solid #e1e1e1; line-height: 90px;}
.index_main .section3 .item h2:before{content: ''; width: 100%; height: 1px; display: block; background: #fff;}
.index_main .section3 .item .hover{position: absolute; top: 100%; left: 0; width: 100%; height: 100%; background: rgba(42,170,225,.8); padding: 60px 40px; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.index_main .section3 .item .hover h3{font-size: 24px; color: #fff;}
.index_main .section3 .item .hover p{font-size: 16px; color: #fff; line-height: 30px; height: 90px; overflow: hidden; margin: 30px 0;}
.index_main .section3 .item .hover .line{height: 1px; border-top: 1px dashed #fff;}
.index_main .section3 .item .hover a{display: block; width: 140px; line-height: 40px; margin-top: 45px; background: #fff; color: #3386ba; text-align: center; border-radius: 20px; font-size: 14px; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.index_main .section3 .item .hover a:after{content: ''; display: inline-block; vertical-align: middle; margin: -2px 0 0 10px; width: 16px; height: 14px; background-image: url(../images/index_icon4.png); background-position: center; background-repeat: no-repeat; background-size: 16px 14px; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.index_main .section3 .item .hover a:hover{background: #3386ba; color: #fff;}
.index_main .section3 .item .hover a:hover:after{background-image: url(../images/index_icon4_w.png);}
.index_main .section3 .item:hover img{-webkit-transform: scale(1.1); transform: scale(1.1);}
.index_main .section3 .item:hover .hover{top: 0;}
.index_main .section4{position: relative; padding: 70px 0;}
.index_main .section4 .container{position: relative;}
.index_main .section4 .bg{position: absolute; top: 0; left: 0; width: 100%; z-index: -1;}
.index_main .section4 .bg img{width: 100%; display: block;}
.index_main .section4 .common_tit h3{color: #fff;}
.index_main .section4 .common_tit span.line{background: #55bbe7;}
.index_main .section4 .common_tit span.en{color: #fff;}
.index_main .section4 .items{margin: 70px -17px 0; overflow: hidden;}
.index_main .section4 .item{width: 25%; float: left; padding: 0 7px;}
.index_main .section4 .block{position: relative; background: #fff; border-bottom: 5px solid #3489e4; padding: 30px; overflow: hidden;}
.index_main .section4 .block .img_block{overflow: hidden;}
.index_main .section4 .block img{width: 100%; display: block; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.index_main .section4 .block .txt_block{padding: 20px 10px 0; border-top: 1px solid #e3e3e3;}
.index_main .section4 .block .txt_block h3{/*font-family: 'ak'; */font-size: 20px; color: #444444;}
.index_main .section4 .block .txt_block p{font-size: 14px; color: #666; line-height: 24px; margin-top: 5px;  height: 48px; overflow: hidden;}
.index_main .section4 .block .txt_block a{display: block; width: 28px; height: 14px; background-image: url(../images/index_icon5.png); background-repeat: no-repeat; background-position: center; background-size: 28px 14px;}
.index_main .section4 .block .hover{position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: rgba(40,170,225,.8); text-align: center; padding-top: 70%; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.index_main .section4 .block .hover h3{/*font-family: 'ak';*/ font-size: 26px; color: #fff;}
.index_main .section4 .block .hover p{font-size: 18px; color: #fff; margin: 10px 0 20px;}
.index_main .section4 .block .hover a{display: block; width: 140px; line-height: 40px; margin: 0 auto; background: #fff; color: #3386ba; text-align: center; border-radius: 20px; font-size: 14px; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.index_main .section4 .block .hover a:after{content: ''; display: inline-block; vertical-align: middle; margin: -2px 0 0 10px; width: 16px; height: 14px; background-image: url(../images/index_icon4.png); background-position: center; background-repeat: no-repeat; background-size: 16px 14px; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.index_main .section4 .block .hover a:hover{background: #3386ba; color: #fff;}
.index_main .section4 .block .hover a:hover:after{background-image: url(../images/index_icon4_w.png);}
.index_main .section4 .block:hover img{-webkit-transform: scale(1.1); transform: scale(1.1);}
.index_main .section4 .block:hover .hover{left: 0;}
.index_main .section5{background: #fff; padding: 70px 0 40px;}
.index_main .section5 .container{position: relative;}
.index_main .section5 .items{margin: 70px -12px 0; overflow: hidden;}
.index_main .section5 .item{width: 33.33%; float: left; padding: 10px 12px;}
.index_main .section5 .block{box-shadow: 0 5px 30px rgba(4,0,0,.1); padding: 36px 36px;}
.index_main .section5 .block .pic{overflow: hidden;}
.index_main .section5 .block .pic img{width: 100%; display: block; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.index_main .section5 .block:hover .pic img{-webkit-transform: scale(1.1); transform: scale(1.1);}
.index_main .section5 .block .date{font-size: 33px; color: #777;}
.index_main .section5 .block .year{font-size: 16px; color: #999; padding:10px 0px}
.index_main .section5 .block h3{font-size: 16px; color: #555; font-weight: 600; padding: 20px 0; border-bottom: 1px solid #dbdbdb; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.index_main .section5 .block p{font-size: 14px; color: #777; line-height: 24px; height: 48px; overflow: hidden; margin: 20px 0 20px;}
.index_main .section5 .block a{display: block; width: 140px; line-height: 40px; background: #fff; color: #777777; border: 1px solid #cccccc; text-align: center; border-radius: 20px; font-size: 14px; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.index_main .section5 .block:hover .date{color: #2e66a4;}
.index_main .section5 .block:hover .year{color: #2e67a5; opacity: .8;}
.index_main .section5 .block:hover h3{color: #225996; border-color: #abc5dd;}
.index_main .section5 .block:hover p{color: #2e67a5;}
.index_main .section5 .block:hover a{background: #016bdd; color: #fff; border-color: #016bdd;}

/*about*/
.about_main .section1{padding: 70px 0;}
.about_main .section1 .desc{text-align: center; font-size: 16px; color: #777; margin: 50px 0;}
.about_main .section1 .main{position: relative;}
.about_main .section1 .left{width: 49%; position: relative; overflow: hidden; background: url(../images/about_left.jpg) no-repeat; height:568px}
.about_main .section1 .left h2{ font-size:18px; font-weight:bold; color:#fff; padding:30px 0px 0px 30px}
.about_main .section1 .left h1{ font-size:30px; font-weight: normal; color:#fff; padding-left:30px}
.about_main .section1 .left h3{ width:50px; height:3px; background:#fff; margin:20px 0px 0px 30px}

.about_main .section1 .right{ width: 49%;position: relative; overflow: hidden; }
.about_main .section1 .block{height: 49%; width: 100%;  overflow: hidden;}

.about_main .section1 .block h2{ color:#444; font-size:24px; padding-top:35px;}

.about_main .section1 .block h3{ color:#023ab3; font-size:18px; text-transform: uppercase; padding:20px 0px 30px}
.ny_link{ border:1px solid #000; width:120px;text-align:center;}
.ny_link a{ color:#000; font-size:20px;  line-height:40px; padding:10px 50px }
.ny_link:hover{ background:#023ab3}
.ny_link:hover a{ color:#fff}
.about_main .section1 .block p{font-size: 14px; height: 100%; overflow: auto; line-height: 30px; color: #444; text-align: justify; width:100%; margin-bottom:10px}
.about_main .section2{padding: 70px 0 0; border-top: 1px solid #e4e4e4;}
.about_main .section2 .items{margin-top: 70px; position: relative; padding-bottom: 200px;}
.about_main .section2 .items .bg{position: absolute; top: 100px; bottom: 0; left: 0; width: 100%; background: url(../images/about_img4.jpg) center no-repeat; background-size: cover; z-index: -1;}
.about_main .section2 .item{width: 24%; float: left; margin: 0 0.5%; background: #fff; padding: 40px; position: relative; top: 0; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.about_main .section2 .item i{width: 100%; display: block; height: 60px; background-position: center; background-repeat: no-repeat; background-size: 52px auto;}
.about_main .section2 .item:nth-of-type(1) i{background-image: url(../images/about_icon2.png);}
.about_main .section2 .item:nth-of-type(2) i{background-image: url(../images/about_icon3.png);}
.about_main .section2 .item:nth-of-type(3) i{background-image: url(../images/about_icon4.png);}
.about_main .section2 .item:nth-of-type(4) i{background-image: url(../images/about_icon5.png);}
.about_main .section2 .item h3{font-size: 24px; color: #295b9d; text-align: center; margin: 30px 0;}
.about_main .section2 .item p{font-size: 14px; color: #666; line-height: 28px; height: 112px; overflow: hidden; text-align: center;}
.about_main .section2 .item:hover{top: -10px;}
.about_main .section3{padding: 70px 0; background: #fff;}
.about_main .section3 .container_s{position: relative;}
.about_main .section3 .items{margin-top: 70px;}
.about_main .section3 .item{width: 20%; padding: 0 8px; float: left;}
.about_main .section3 .item .year{font-family: 'akb'; font-size: 30px; padding-bottom: 15px; border-bottom: 4px solid transparent;}
.about_main .section3 .item:nth-of-type(1n) .year{color: #2aaae1; border-color: #2aaae1;}
.about_main .section3 .item:nth-of-type(2n) .year{color: #178dc0; border-color: #178dc0;}
.about_main .section3 .item:nth-of-type(3n) .year{color: #1276b5; border-color: #1276b5;}
.about_main .section3 .item:nth-of-type(4n) .year{color: #1b6ab4; border-color: #1b6ab4;}
.about_main .section3 .item:nth-of-type(5n) .year{color: #295b9d; border-color: #295b9d;}
.about_main .section3 .item p{margin-top: 30px; font-size: 14px; line-height: 24px; color: #666; text-align: justify;}
.about_main .section4{padding: 70px 0;}
.about_main .section4 .container_s{position: relative;}
.about_main .section4 .items{margin-top: 70px;}
.about_main .section4 .item{width: 25%; float: left; padding: 0 7px;}
.about_main .section4 .item .block{position: relative; overflow: hidden;}
.about_main .section4 .item img{width: 100%; display: block; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.about_main .section4 .item .hover{width: 100%; height: 100%; position: absolute; top: 0; left: -100%; background: rgba(2,107,220,.8); -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.about_main .section4 .item .hover .title{text-align: center; position: absolute; top: 50%; left: 0; width: 100%; padding: 0 10px; margin-top: -50px;}
.about_main .section4 .item .hover .title h3{font-size: 20px; color: #fff;}
.about_main .section4 .item .hover .title a{width: 33px; height: 33px; display: block; margin: 40px auto 0; background: url(../images/about_icon6.png) center no-repeat; background-size: 33px 32px;}
.about_main .section4 .item .block:hover .hover{left: 0;}
.about_main .section4 .item .block:hover img{-webkit-transform: scale(1.1); transform: scale(1.1);}
.pop_honor{display: none; overflow: auto; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 98;}
.pop_honor .pop_bg{position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,.6); z-index: 99;}
.pop_honor img{display: block; max-width: 80%; margin: 0 auto; position: relative; z-index: 100;}
.pop_honor .close{width: 23px; height: 23px; background: url(../images/close_w.png) center no-repeat; position: fixed; right: 20px; top: 20px; -webkit-transition: all 500ms ease; transition: all 500ms ease; cursor: pointer; z-index: 100;}
.pop_honor .close:hover{-webkit-transform: rotate(180deg); transform: rotate(180deg);}


.links{overflow: hidden;}
.links a{ float: left;  text-align: center; font-size: 16px; color: #666; line-height: 24px; padding: 28px 50px; border-right: 1px solid #f1f1f1; -webkit-transition: all 500ms ease; transition: all 500ms ease; }

.links a.active{background: #016bdd; color: #fff;}

.links a:hover{background: #016bdd; color: #fff;}
.links a.active:hover{color: #fff;}
.honor{ padding-top:30px; overflow:hidden; margin-bottom:40px}
.honor li{ width:32%; float:left; margin:1% 0.5%; border-bottom:2px solid #016bdd}
.honor li img{ border:10px solid #580507;}
.honor li p{ color:#444; font-size:14px; line-height:50px; text-align:center}
.honor_link{text-align:center; }
.honor_link a{ color:#016bdd; border:1px solid #016bdd; padding:15px 45px; font-size:16px  }
.honor_link:hover{ }
.honor_link:hover a{ color:#fff;background:#016bdd}
/*product*/
.product_main{background: #fff; padding-bottom: 70px;}
.product_main .links{overflow: hidden; box-shadow: 0 0 20px rgba(0,0,0,.1);}
.product_main .links a{float: left; width: 33.33%; text-align: center; font-size: 20px; color: #666; line-height: 24px; padding: 30px 0; border-right: 1px solid #f1f1f1; -webkit-transition: all 500ms ease; transition: all 500ms ease; box-shadow: -5px 0 10px rgba(175,175,175,.1);}
.product_main .links a:nth-of-type(3){border: none;}
.product_main .links a:before{content: ''; width: 33px; height: 33px; display: inline-block; vertical-align: middle; margin: -2px 5px 0 0; background-position: center; background-repeat: no-repeat; background-size: 33px; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.product_main .links a:nth-of-type(1):before{background-image: url(../images/product_icon1.png);}
.product_main .links a:nth-of-type(2):before{background-image: url(../images/product_icon2.png);}
.product_main .links a:nth-of-type(3):before{background-image: url(../images/product_icon3.png);}
.product_main .links a.active{background: #016bdd; color: #fff;}
.product_main .links a.active:nth-of-type(1):before{background-image: url(../images/product_icon1_w.png);}
.product_main .links a.active:nth-of-type(2):before{background-image: url(../images/product_icon2_w.png);}
.product_main .links a.active:nth-of-type(3):before{background-image: url(../images/product_icon3_w.png);}
.product_main .links a:hover{color: #016bdd;}
.product_main .links a.active:hover{color: #fff;}
.product_main .items{overflow: hidden; margin-bottom: 70px;}
.product_main .item{width: 33.33%; float: left; text-align: center; margin-top: 20px; padding: 0 20px;}
.product_main .item .img_block{overflow: hidden;}
.product_main .item img{width: 100%; display: block; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.product_main .item h3{margin-top: 15px; font-size: 20px; color: #444; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.product_main .item p{font-size: 18px; color: #666; margin-top: 5px; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.product_main .item:hover img{-webkit-transform: scale(1.1); transform: scale(1.1);}
.product_main .item:hover h3{color: #016bdd;}
.product_main .item:hover p{color: #016bdd; text-decoration: underline;}

/*contact*/
.contact_main{background: #fff;}
.contact_main .common_banner .main{margin-top: -100px;}
.contact_main .section1{margin-top: -70px; position: relative; z-index: 2; padding-bottom: 70px;}
.contact_main #contactMap{height: 650px;}
.map_content{overflow: hidden;}
.map_content img{float: left;}
.map_content span{float: left;}

/*resource*/
.resource_main .section1{background: #2aaae1; text-align: center; padding: 50px 0;}
.resource_main .section1 p{font-size: 24px; color: #fff; line-height: 36px;}
.resource_main .section1 .info{font-size: 16px; color: #fff; line-height: 28px; margin-top: 30px; display: none;}
.resource_main .section1 i{width: 27px; height: 13px; display: block; margin: 35px auto 0; background: url(../images/resource_icon1.png) center no-repeat; cursor: pointer; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.resource_main .section1 i.active{-webkit-transform: rotate(180deg); transform: rotate(180deg);}
.resource_main .section2{padding: 70px 0; background: #fff;}
.resource_main .title{text-align: center;}
.resource_main .title h3{font-size: 33px; color: #444;}
.resource_main .title span{display: block; width: 34px; height: 2px; margin: 20px auto 0; background: #3489e4;}
.resource_main .section2 .items{border: 1px solid #dbdbdb; margin-top: 50px; overflow: hidden;}
.resource_main .section2 .item{text-align: center; padding: 45px 30px; float: left; border-left: 1px solid #dbdbdb;}
.resource_main .section2 .item:nth-of-type(1),.resource_main .section2 .item:nth-of-type(3){border-left: none;}
.resource_main .section2 .item:nth-of-type(1),.resource_main .section2 .item:nth-of-type(2){width: 50%; border-bottom: 1px solid #dbdbdb;}
.resource_main .section2 .item:nth-of-type(3),.resource_main .section2 .item:nth-of-type(4),.resource_main .item:nth-of-type(5){width: 33.33%;}
.resource_main .section2 .item span{display: block; margin: 0 auto; width: 80px; line-height: 80px; font-size: 42px; color: #fff; border-radius: 50%; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.resource_main .section2 .item:nth-of-type(1) span{background: #7b94ea;}
.resource_main .section2 .item:nth-of-type(2) span{background: #ec5764;}
.resource_main .section2 .item:nth-of-type(3) span{background: #05b3d2;}
.resource_main .section2 .item:nth-of-type(4) span{background: #b765dd;}
.resource_main .section2 .item:nth-of-type(5) span{background: #52c288;}
.resource_main .section2 .item p{font-size: 18px; color: #666; margin-top: 20px; line-height: 20px; height: 40px;}
.resource_main .section2 .item:hover span{-webkit-transform: scale(1.1); transform: scale(1.1);}
.resource_main .section3{padding: 70px 0;}
.resource_main .section3 .items{margin-top: 50px;}
.resource_main .section3 .item{margin-top: 20px; border: 1px solid #e1e1e1; background: #fff; padding: 20px; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.resource_main .section3 .item .brief{overflow: hidden; position: relative;}
.resource_main .section3 .item .brief span.single{width: 80px; line-height: 80px; float: left; text-align: center; font-size: 42px; color: #fff; border-radius: 50%; background: #6e758f;}
.resource_main .section3 .item .brief .label{float: left; margin-left: 35px; width: 400px;}
.resource_main .section3 .item .brief .label .name{font-size: 20px; color: #333; line-height: 40px; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.resource_main .section3 .item .brief .label .dot{color: #c5c5c5; line-height: 40px; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.resource_main .section3 .item .brief .label .dot span{display: inline-block; vertical-align: top; color: #666; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.resource_main .section3 .item .brief .label .dot span.addr{max-width: 50%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.resource_main .section3 .item .brief .label .dot i{color: #2aaae1; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.resource_main .section3 .item .brief .more{width: 46px; height: 46px; position: absolute; right: 0; top: 50%; margin-top: -23px; border-radius: 50%; border: 1px solid #2aaae1; text-align: center; line-height: 42px; font-size: 30px; color: #2aaae1; -webkit-transition: all 500ms ease; transition: all 500ms ease; cursor: pointer; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.resource_main .section3 .item .brief .more:hover{-webkit-transform: rotate(180deg); transform: rotate(180deg);}
.resource_main .section3 .item .hide{display: none;}
.resource_main .section3 .item:hover{background: #6e758f;}
.resource_main .section3 .item:hover .brief span.single{background: #fff !important; color: #666;}
.resource_main .section3 .item:hover .brief .label .name{color: #fff;}
.resource_main .section3 .item:hover .brief .label .dot{color: #fff;}
.resource_main .section3 .item:hover .brief .label .dot span{color: #fff;}
.resource_main .section3 .item:hover .brief .label .dot i{color: #fff;}
.resource_main .section3 .item:hover .brief .more{border-color: #fff; color: #fff;}
.pop_resource{display: none;}
.pop_resource .pop_bg{position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,.6); z-index: 99;}
.pop_resource .pop_main{width: 850px; margin: 0 auto; position: fixed; top: 50%; left: 0; right: 0; margin-top: -340px; background: #fff; padding: 80px; z-index: 100;}
.pop_resource .pop_main .close{width: 23px; height: 23px; background: url(../images/close.png) center no-repeat; position: absolute; right: 20px; top: 20px; -webkit-transition: all 500ms ease; transition: all 500ms ease; cursor: pointer;}
.pop_resource .pop_main .close:hover{-webkit-transform: rotate(180deg); transform: rotate(180deg);}
.pop_resource .pop_main .item{width: 33.33%; float: left;}
.pop_resource .pop_main .items{margin-bottom: 30px;}
.pop_resource .pop_main .items:after{content: ''; display: block; clear: both;}
.pop_resource .pop_main h3{font-size: 16px; color: #666; position: relative;}
.pop_resource .pop_main h3:before{content: ''; width: 8px; height: 2px; background: #0464cd; position: absolute; left: -12px; top: 50%;}
.pop_resource .pop_main .item span{font-size: 26px; color: #444; display: block; margin-top: 20px;}
.pop_resource .pop_main .scroll{height: 330px; overflow: auto; padding-right: 20px;}
.pop_resource .pop_main .info{margin-bottom: 50px;}
.pop_resource .pop_main .info p{border-top: 1px solid #e9e9e9; margin-top: 20px; padding-top: 20px; font-size: 14px; color: #777; line-height: 26px;}
.pop_resource .pop_main a{width: 190px; line-height: 50px; display: block; margin: 40px auto 0; text-align: center; font-size: 18px; color: #fff; background: #0464cd; border-radius: 5px;}

/*news*/
.news_main{padding-bottom: 70px;}

.news_main .items{margin: 70px 0;}
.news_main .item{margin-top: 30px; overflow: hidden; background: #fff; -webkit-transition: all 500ms ease; transition: all 500ms ease; padding:20px}
.news_main .item:nth-of-type(1){margin-top: 0;}
.news_main .item .img_block{width:30%; float: left; overflow: hidden; float:left}
.news_main .item .img_block img{width: 100%; display: block; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.news_main .item .txt_block{ margin:0 5%; float:left; width:50%}
.news_main .item .txt_block h3{font-size: 18px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; margin:25px 0px 20px 0px}
.news_main .item .txt_block h3 a{color: #444; -webkit-transition: all 500ms ease; transition: all 500ms ease; font-size:16px}
.news_main .item .txt_block .dot{margin: 15px 0;}
.news_main .item .date_block{ width:10%; float:right}
.news_main .item .txt_block .dot span{font-size: 14px; color: #999; padding-left: 30px; display: inline-block; line-height: 24px; background-position: left center; background-repeat: no-repeat; background-size: 20px;}
.news_main .item .txt_block .dot span.date{background-image: url(../images/news_icon3.png); margin-right: 20px;}
.news_main .item .txt_block .dot span.view{background-image: url(../images/news_icon4.png);}
.news_main .item .txt_block p{font-size: 14px; line-height: 30px;  overflow: hidden;}
.news_main .item .txt_block p a{color: #999;}
.news_main .item .txt_block .more{margin-top: 30px;}
.news_main .item .txt_block .more a{display: block; width: 100px; line-height: 30px; text-align: center; font-size: 12px; color: #777; border: 1px solid #cccccc; border-radius: 5px; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.news_main .item .txt_block .more a:hover{color: #fff; background: #016bdd; border-color: #016bdd;}
.news_main .item:hover{box-shadow: 0 10px 30px rgba(4,0,0,.1);}
.news_main .item:hover .txt_block h3 a{color: #0464cd;}
.news_main .item:hover img{-webkit-transform: scale(1.1); transform: scale(1.1);}
.news_main .item .date_block h1{ font-size:36px; line-height:40px; color:#0464cd; font-weight:bold; padding-top:60px}
.news_main .item .date_block h2{ font-size:24px; line-height:40px; color:#0464cd;}

/*news detail*/
.newsdetail_main{padding: 40px 0;}
.newsdetail_main .crumbs{padding-left: 24px; background: url(../images/news_icon5.png) left center no-repeat; font-size: 14px; color: #666;}
.newsdetail_main .crumbs a{color: #666;}
.newsdetail_main .crumbs a:hover{color: #24589b;}
.newsdetail_main .main{background: #fff; margin-top: 30px; padding: 60px 110px;}
.newsdetail_main .main .head_tit{border-bottom: 1px solid #e4e4e4;}
.newsdetail_main .main h3{font-size: 28px; color: #444;}
.newsdetail_main .main .dot{margin: 20px 0;}
.newsdetail_main .main .dot span{font-size: 14px; color: #999; padding-left: 30px; display: inline-block; line-height: 24px; background-position: left center; background-repeat: no-repeat; background-size: 20px;}
.newsdetail_main .main .dot span.date{background-image: url(../images/news_icon3.png); margin-right: 20px;}
.newsdetail_main .main .dot span.view{background-image: url(../images/news_icon4.png);}
.newsdetail_main .main .cont{padding: 30px 0;}
.newsdetail_main .main .cont img{display: block; max-width: 100%; margin: 0 auto;}
.newsdetail_main .main .cont p{font-size: 14px; color: #666; text-align: justify; line-height: 30px;}
.newsdetail_main .main .label{background: url(../images/news_icon6.png) left 3px no-repeat; padding-left: 25px; font-size: 14px; color: #24589b; line-height: 24px;}
.newsdetail_main .main .label span{display: inline-block; background: #2aaae1; padding: 0 5px; border-radius: 5px; color: #fff;}
.pagecontrol{margin-top: 50px; overflow: hidden;}
.pagecontrol .list{float: left; overflow: hidden;}
.pagecontrol .list a{float: left; margin-right: 30px; width: 36px; height: 36px; line-height: 34px; border-radius: 18px; border: #9b9b9b solid 1px; font-size: 14px; color: #9b9b9b; background-repeat: no-repeat; transition: all ease 0.5s; -webkit-transition: all ease 0.5s;}
.pagecontrol .list .golist{width: 130px; background-position: 20px center; background-image: url(../images/news_icon7.png); text-indent: 50px;}
.pagecontrol .list .prev{background-position:center;background-image:url(../images/left_icon1.png);}
.pagecontrol .list .next{background-position:center;background-image:url(../images/right_icon1.png);}
.pagecontrol .list a:hover{border-color:#24589b;color:#24589b;}
.pagecontrol .list .prev:hover{background-image:url(../images/left_icon3.png);}
.pagecontrol .list .next:hover{background-image:url(../images/right_icon3.png);}
.pagecontrol .list .golist:hover{background-image:url(../images/news_icon8.png);}
.pagecontrol .share{float:right;font-size:0;letter-spacing:-100px;}
.pagecontrol .share span,.pagecontrol .share a{display:inline-block;vertical-align:middle;letter-spacing:0;}
.pagecontrol .share span{margin-right:12px; line-height: 36px; float: left;padding-right:26px;font-size:16px;color:#666666;font-family:'pingfang';background:url(../images/news_icon9.png) no-repeat right center;}
.pagecontrol .share a{margin:0 0 0 8px !important;width:36px;height:36px;border-radius:50%; overflow:hidden;background-repeat:no-repeat;background-position:center;}
.pagecontrol .share .ico1{background-image:url(../images/news_icon10.png); background-color: #da3c3c;}
.pagecontrol .share .ico2{background-image:url(../images/news_icon11.png); background-color: #21ba41;}
.pagecontrol .share .ico3{background-image:url(../images/news_icon12.png); background-color: #3e91ee;}
.pagecontrol .share .ico4{background-image:url(../images/news_icon13.png); background-color: #234980;}
.pagecontrol .share .ico5{background-image:url(../images/news_icon14.png); background-color: #f4c50b;}
.pagecontrol .share a:hover{-webkit-transition-timing-function:cubic-bezier(0.6,4,0.3,0.8);transition-timing-function:cubic-bezier(0.6,4,0.3,0.8);-webkit-animation:shake 0.5s;animation:shake 0.5s;}
@-webkit-keyframes shake {
    from, to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }

    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }

    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
    from, to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }
    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }
    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
}
@keyframes shake {
    from, to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }
    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }
    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
    from, to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }
    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }
    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
}

/*product detail*/
.pdetail_main .section1{background: #2a77cb url(../images/pd_img1.jpg) center no-repeat; background-size: cover; padding: 70px 0;}
.pdetail_main .section1 h3{font-size: 40px; color: #fff; font-weight: 600; border-bottom: 1px solid #6398d3; padding-bottom: 10px;}
.pdetail_main .section1 .crumbs{text-align: right; margin-top: 10px; font-size: 14px; color: #fff;}
.pdetail_main .section1 .crumbs a{color: #fff;}
.pdetail_main .section1 .crumbs a:hover{text-decoration: underline;}
.pdetail_main .section2{padding: 100px 0; background: #fff url(../images/pd_img3.jpg) center bottom no-repeat;}
.pdetail_main .section2 .container_s{overflow: hidden;}
.pdetail_main .section2 .img_block{width: 365px; float: left;}
.pdetail_main .section2 .img_block img{width: 100%; display: block;}
.pdetail_main .section2 .txt_block{width: 450px; float: right;}
.pdetail_main .section2 .txt_block h3{font-size: 50px; color: #24589b; font-weight: 600;}
.pdetail_main .section2 .txt_block h4{font-size: 28px; color: #666; border-bottom: 1px solid #dedede; padding-bottom: 20px;}
.pdetail_main .section2 .txt_block p{font-size: 30px; color: #555; margin-top: 50px;}
.pdetail_main .section2 .txt_block .pagecontrol{margin-top: 100px;}
.pdetail_main .section2 .txt_block .share{float: none;}
.pdetail_main .section3{padding: 50px 0;}
.pdetail_main .section3 .item{overflow: hidden; border-bottom: 1px solid #dbdbdb; padding: 50px 0;}
.pdetail_main .section3 .item .img_block{width: 460px; border: 5px solid #fff; float: left; overflow: hidden; background: #fff;}
.pdetail_main .section3 .item .img_block img{width: 100%; display: block; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.pdetail_main .section3 .item .txt_block{padding-left: 610px; padding-top: 20px;}
.pdetail_main .section3 .info h3{font-size: 30px; color: #24589b;margin-bottom: 20px;}
.pdetail_main .section3 .info p{padding-left: 30px; font-size: 16px; line-height: 40px; color: #666; background: url(../images/pd_icon1.png) left 9px no-repeat;}
.pdetail_main .section3 .single_txt{padding: 50px 0;}
.pdetail_main .section3 .single_img{background: #fff;}
.pdetail_main .section3 .single_img img{max-width: 100%; display: block; margin: 0 auto;}
.pdetail_main .section4{background: #fff; padding: 70px 0;}
.pdetail_main .section4 .container_s{position: relative;}
.pdetail_main .section4 .title h3{font-size: 30px; color: #333; position: relative;}
.pdetail_main .section4 .title h3:after{content: ''; width: 27px; height: 2px; background: #016bdd; position: absolute; left: 0; bottom: -15px;}
.pdetail_main .section4 .items{margin-top: 50px;}
.pdetail_main .section4 .item{width: 33.33%; padding: 0 20px; float: left; text-align: center;}
.pdetail_main .section4 .item .img_block{border: 1px solid #e8e8e8; overflow: hidden;}
.pdetail_main .section4 .item .img_block img{width: 100%; display: block; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.pdetail_main .section4 .item h3{margin-top: 15px; font-size: 20px; color: #444; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.pdetail_main .section4 .item p{font-size: 18px; color: #666; margin-top: 5px; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.pdetail_main .section4 .item:hover img{-webkit-transform: scale(1.1); transform: scale(1.1);}
.pdetail_main .section4 .item:hover h3{color: #016bdd;}
.pdetail_main .section4 .item:hover p{color: #016bdd; text-decoration: underline;}
.pdetail_main .section4 .control{right: 0; top: 0; position: absolute;}
.pdetail_main .section4 .control .common_btn{position: static; display: inline-block; margin: 0 10px;}

/*service*/
.service_main .links{overflow: hidden; box-shadow: 0 0 20px rgba(0,0,0,.1);}
.service_main .links a{float: left; width: 20%; text-align: center; font-size: 20px; color: #666; line-height: 24px; padding: 30px 0; border-right: 1px solid #f1f1f1; -webkit-transition: all 500ms ease; transition: all 500ms ease; box-shadow: -5px 0 10px rgba(175,175,175,.1);}
.service_main .links a:nth-of-type(2){border: none;}
.service_main .links a:before{content: ''; width: 33px; height: 33px; display: inline-block; vertical-align: middle; margin: -2px 5px 0 0; background-position: center; background-repeat: no-repeat; background-size: 28px auto; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.service_main .links a:nth-of-type(1):before{background-image: url(../images/service_icon1.png);}
.service_main .links a:nth-of-type(2):before{background-image: url(../images/service_icon2.png);}
.service_main .links a:nth-of-type(3):before{background-image: url(../images/service_icon3.png);}
.service_main .links a:nth-of-type(4):before{background-image: url(../images/service_icon4.png);}
.service_main .links a:nth-of-type(5):before{background-image: url(../images/service_icon5.png);}
.service_main .links a.active{background: #016bdd; color: #fff;}
.service_main .links a.active:nth-of-type(1):before{background-image: url(../images/service_icon1_w.png);}
.service_main .links a.active:nth-of-type(2):before{background-image: url(../images/service_icon2_w.png);}
.service_main .links a.active:nth-of-type(3):before{background-image: url(../images/service_icon3_w.png);}
.service_main .links a.active:nth-of-type(4):before{background-image: url(../images/service_icon4_w.png);}
.service_main .links a.active:nth-of-type(5):before{background-image: url(../images/service_icon5_w.png);}
.service_main .links a:hover{color: #016bdd;}
.service_main .links a.active:hover{color: #fff;}
.service_main .section1{padding: 50px 0;}
.service_main .section1 .item{margin: 40px 0; background: #fff; position: relative; overflow: hidden;}
.service_main .section1 .item .img_block{position: absolute; top: 0; bottom: 0; width: 50%; overflow: hidden;}
.service_main .section1 .item .img_block .block{width: 100%; height: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.service_main .section1 .item:hover .img_block .block{-webkit-transform: scale(1.1); transform: scale(1.1);}
.service_main .section1 .item:nth-of-type(odd) .img_block{left: 0;}
.service_main .section1 .item:nth-of-type(even) .img_block{right: 0;}
.service_main .section1 .item:nth-of-type(odd) .txt_block{float: right;}
.service_main .section1 .item:nth-of-type(even) .txt_block{float: left;}
.service_main .section1 .item .txt_block{width: 50%; padding: 70px 40px; height: 380px;}
.service_main .section1 .item .txt_block h3{font-size: 22px; color: #24589b; margin-bottom: 20px;}
.service_main .section1 .item .txt_block p{font-size: 14px; color: #666; line-height: 28px; text-align: justify;}
.service_main .section2{padding: 70px 0;}
.service_main .section2 img{max-width: 100%; display: block; margin: 0 auto;}
.service_main .section3{background: url(../images/service_img5.jpg) center bottom no-repeat; background-size: 100% auto; padding-bottom: 160px;}
.service_main .section3 .items{padding: 160px 0; overflow: hidden;}
.service_main .section3 .item{width: 20%; float: left; text-align: center;}
.service_main .section3 .item .icon{width: 120px; height: 120px; border-radius: 50%; margin: 0 auto; background: #fff; box-shadow: 0 0 30px rgba(204,204,204,.3); -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.service_main .section3 .item .icon i{display: block; width: 100%; height: 100%; background-position: center; background-repeat: no-repeat; background-size: 48px auto; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.service_main .section3 .item h3{font-size: 18px; color: #444; line-height: 24px; margin: 25px 0 15px;}
.service_main .section3 .item p{font-size: 18px; color: #666; line-height: 24px;}
.service_main .section3 .item:nth-of-type(1) .icon i{background-image: url(../images/service_icon6.png);}
.service_main .section3 .item:nth-of-type(2) .icon i{background-image: url(../images/service_icon7.png);}
.service_main .section3 .item:nth-of-type(3) .icon i{background-image: url(../images/service_icon8.png);}
.service_main .section3 .item:nth-of-type(4) .icon i{background-image: url(../images/service_icon9.png);}
.service_main .section3 .item:nth-of-type(5) .icon i{background-image: url(../images/service_icon10.png);}
.service_main .section3 .item:hover .icon{background: #016bdd; box-shadow: 0 0 30px rgba(1,107,221,.3);}
.service_main .section3 .item:nth-of-type(1):hover .icon i{background-image: url(../images/service_icon6_w.png);}
.service_main .section3 .item:nth-of-type(2):hover .icon i{background-image: url(../images/service_icon7_w.png);}
.service_main .section3 .item:nth-of-type(3):hover .icon i{background-image: url(../images/service_icon8_w.png);}
.service_main .section3 .item:nth-of-type(4):hover .icon i{background-image: url(../images/service_icon9_w.png);}
.service_main .section3 .item:nth-of-type(5):hover .icon i{background-image: url(../images/service_icon10_w.png);}
.service_main .section3 .single_block{position: relative; background: #fff;}
.service_main .section3 .single_block .txt_block{width: 50%; padding: 120px 50px;}
.service_main .section3 .single_block .txt_block h3{font-size: 24px; color: #24589b; border-bottom: 1px solid #e0e0e0; padding-bottom: 30px; position: relative; margin-bottom: 30px;}
.service_main .section3 .single_block .txt_block h3:after{content: ''; width: 28px; height: 2px; background: #016bdd; position: absolute; bottom: 0; left: 0;}
.service_main .section3 .single_block .txt_block p{font-size: 16px; color: #666; line-height: 32px;}
.service_main .section3 .single_block .img_block{width: 50%; height: 100%; position: absolute; top: 0; right: 0; background-position: center; background-repeat: no-repeat; background-image: url(../images/service_img6.jpg);}
.service_main .section4{padding: 70px 0;}
.service_main .section4 .items{margin: 0 -15px; overflow: hidden;}
.service_main .section4 .item{width: 33.33%; float: left; padding: 15px;}
.service_main .section4 .item .block{background: #fff; border-radius: 5px; padding: 50px 30px;}
.service_main .section4 .item h3{font-size: 20px; color: #444; padding-bottom: 20px; border-bottom: 1px solid #d6d6d6;}
.service_main .section4 .item a{display: block; width: 120px; line-height: 40px; text-align: center; font-size: 14px; color: #fff; background: #999; border-radius: 5px; margin-top: 30px; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.service_main .section4 .item a:before{content: ''; width: 20px; height: 20px; display: inline-block; vertical-align: middle; margin: -2px 5px 0 0; background: url(../images/service_icon11.png) center no-repeat; background-size: 20px;}
.service_main .section4 .item a:hover{background: #016bdd; box-shadow: 5px 5px 15px rgba(1,107,221,.3);}
.service_main .section4 .page{margin-top: 40px;}
.service_main .section5{padding: 70px 0;}

/*search*/
.search_main .items{margin: 0;}
.search_main .form_box{padding: 60px 0;}
.search_main .form_box h3{font-size: 30px; color: #444; text-align: center;}
.search_main .form_box form{position: relative; margin-top: 30px; border: 1px solid #dbdbdb; border-radius: 5px; overflow: hidden;}
.search_main .form_box input{width: 100%; height: 60px; padding: 10px; font-size: 16px;}
.search_main .form_box button{width: 60px; height: 60px; position: absolute; right: 0; top: 0; background: url(../images/header_icon1.png) center no-repeat; cursor: pointer; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.search_main .form_box button:before{content: ''; width: 1px; height: 20px; position: absolute;left: 0; top: 50%; margin-top: -10px; background: #dbdbdb;}
.search_main .form_box button:hover{background-color: #dbdbdb;}
.ny_about{ padding:40px 0px}
.ny_about h1{ color:#444; font-size:24px; text-align:center; margin-bottom:20px}
.ny_about p{ color:#777; font-size:14px; line-height:30px; margin-bottom:10px}
.contact-page .form-group { margin-bottom: 22px; }
.contact-page .form-group input {font-family: 'Microsoft YaHei'; display: inline-block; height: 50px; color: #777777; font-size: 14px; padding-left: 20px; background: #f9f9f9; border-color: #f9f9f9; box-shadow: none; transition: all 500ms ease 0s;   width:80%}
.contact-page .form-group textarea {font-family: 'Microsoft YaHei';display: inline-block; height: 160px; resize: none; color: #777777; background: #f9f9f9; padding-top: 20px; padding-left: 20px; font-size: 14px; border-color: #f9f9f9; box-shadow: none; transition: all 500ms ease 0s; width:80% }
.contact-page .form-group input:focus, .contact-page .form-group textarea:focus { border-color: #20409a;; transition: all 500ms ease 0s; }
.contact-page .form-bottom { display: block; }

.btn-style-one {font-family: 'Microsoft YaHei'; font-size: 14px; color: #ffffff; line-height: 29px; font-weight: 700; padding: 8px 24px; background: #20409a;; letter-spacing: 1px; border: 1px solid #20409a;; text-transform: uppercase; display: inline-block;  transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; }
.btn-style-one:hover {font-family: 'Microsoft YaHei'; color: #20409a;; border: 1px solid #20409a;; background: transparent; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; }


.newsxq{ padding:40px 0px}
.newsxq h1{ color:#555; font-weight:normal; font-weight:24px; text-align:center;}
.newsxq .info{ text-align:center;padding:30px 0px; border-bottom:1px solid #ccc}
.newsxq .content{ padding-top:30px}
.newsxq .pre{ font-size:14px; line-height:30px}
.newsxq .next{ font-size:14px; line-height:30px}

.newsxq p{ color:#666; font-size:16px; line-height:30px; margin-bottom:10px}

.pro_content{ padding:40px 0px}


.pro_cen_tit{ border-bottom:1px solid #999; padding:15px 0px; margin-top:60px }
.pro_cen_tit b{ background:#016bdd; color:#fff; padding:20px 50px; font-size:16px;}

.js_desc{ margin:10px 0px; text-align:center}
.js_desc p{ font-size:16px; line-height:30px; margin-bottom:10px}
.js_yjfx ul{ margin:30px 0px; padding-bottom:40px; overflow:hidden}
.js_yjfx ul li{background:#016bdd; text-align: center; padding:40px 10px; margin-bottom:10px; width:24%; margin-right:1%; float:left}
.js_yjfx ul li p{ color:#fff; font-size:16px; padding-top:30px; min-height:80px}
.js_yjfx ul li h3{ background:#fff; height:5px; width:20%; margin:30px auto}
.joblist .item{ width:32%; float: left; margin-top:0; margin-right:2%;border:1px solid #e5e5e5; padding:0}
.joblist .item:nth-child(3n){ margin-right:0; }
.joblist h1{ font-size:20px; font-weight:bold; color:#333; height:50px; border-bottom:1px solid #e5e5e5; line-height:50px; text-align:center }

.joblist .num{ padding:20px; font-size:14px;}
.joblist .intro h2{ font-size:18px; font-weight:bold }
.joblist .intro{ padding:20px; font-size:16px; line-height:2; min-height:180px}